-
1 recursive data structure
рекурсивная структура данных
—
[Л.Г.Суменко. Англо-русский словарь по информационным технологиям. М.: ГП ЦНИИС, 2003.]Тематики
EN
Англо-русский словарь нормативно-технической терминологии > recursive data structure
-
2 recursive data structure
Вычислительная техника: рекурсивная структура данныхУниверсальный англо-русский словарь > recursive data structure
-
3 recursive data structure
English-Russian information technology > recursive data structure
-
4 structure
1) структура || структурировать2) C++ структура (класс, объявленный с ключевым словом struct; его члены и базовые классы являются public по умолчанию)3) устройство; схема; конструкция•- basic control structure
- bipolar structure
- blocked structure
- block structure
- bus organized structure
- byte structure
- case structure
- chain structure
- choice structure
- CMOS structure
- coexistence structure
- cognitive structure
- collapsed tree structure
- collecting structure
- complementary transistor structure
- computational structure
- continuous emitter structure
- control structure
- cycle structure
- data structure
- demon control structure
- diagnostic structure
- DMOS structure
- domain structure
- dot structure
- escape structure
- event-driven structure
- fault-stealing structure
- file structure
- functional structure
- honeycomb structure
- iconic structure
- if-else structure
- IMOS structure
- information structure
- inheritance structure
- instruction structure
- inverted TFT structure
- iterative structure
- language structure
- lateral structure
- lattice structure
- linked-list structure
- list structure
- logical structure
- low-level structure
- machine structure
- major structure
- MIS structure
- MNOS structure
- MNS structure
- MOS structure
- multilevel directory structure
- multilevel structure
- multipath ferrite structure
- multiple bus structure
- n-channel MOS structure
- nested structure
- network structure
- nonstrict structure
- parent-child structure
- p-channel MOS structure
- phrase structure
- planar structure
- priority structure
- probability structure
- process-rich structure
- recursive structure
- refinement structure
- relational structure
- ring structure
- robust data structure
- sandwich-like structure
- selective structure
- self-aligned gate MOS structure
- sentence structure
- sequential structure
- single-bus structure
- stable structure
- structure from motion
- structure from stereo
- structure from texture
- test structure
- time structure
- topological structure
- tree-type structure
- tree structure
- user structure
- vertical groove MOS structure - word structure
- word-level structure
- work breakdown structureEnglish-Russian dictionary of computer science and programming > structure
-
5 set
1) множество; совокупность; семейство; ряд; последовательность2) набор; комплект3) установка5) устанавливать в определённое положение; устанавливать в определённое состояние6) монтировать; налаживать•- set constant- set origin
- set the problem
- add set
- affected set
- alphanumeric character set
- alphameric character set
- ambiguity set
- basis set
- board set
- bounded set
- cataloged data set
- change set
- character set
- chip set
- choice set
- closed set
- code set
- coded character set
- complete set
- concatenated data set
- confidence set
- connected set
- contact set
- countable set
- creative set
- cut set
- data set
- data-structure set
- delete set
- denumerable set
- derived set
- dividing set
- dynamic data set
- empty set
- enumerable set
- equations set
- failure set
- fault set
- feature set
- file set - fuzzy set
- general recursive set
- generation data set
- graphics set
- indexed sequential data set
- indexed set
- infinite set
- instruction set
- integrated tool set
- interface set
- interleaved carbon set
- keyboard send/receive set
- line data set
- microprocessor set
- model set
- N-character set
- N-char set
- nontemporary data set
- null set
- numeric character set
- open set
- order set
- ordered set
- overflow data set
- page data set
- partitioned data set
- photomask set
- power set
- receive/send keyboard set
- recursive set
- recursively enumerable set
- reduced instruction set
- reducible set - set of curves
- shared data set
- simply ordered set
- singular set
- soft instruction set
- software product set
- sorted set
- standard file defenition set
- success set
- telephone data set
- temporary data set
- test set
- training set
- universal set
- user's set
- working set
- zero setEnglish-Russian dictionary of computer science and programming > set
-
6 system
1) система || системный3) вчт операционная система; программа-супервизор5) вчт большая программа6) метод; способ; алгоритм•system halted — "система остановлена" ( экранное сообщение об остановке компьютера при наличии серьёзной ошибки)
- CPsystem- H-system- h-system- hydrogen-air/lead battery hybrid system- Ksystem- Lsystem- L*a*b* system- master/slave computer system- p-system- y-system- Δ-system
См. также в других словарях:
Data structure — In computer science, a data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently.[1][2] Different kinds of data structures are suited to different kinds of applications, and some are highly … Wikipedia
Persistent data structure — In computing, a persistent data structure is a data structure which always preserves the previous version of itself when it is modified; such data structures are effectively immutable, as their operations do not (visibly) update the structure in… … Wikipedia
Container (data structure) — For the abstract notion of containers in Type theory, see Container (Type theory). In computer science, a container is a class, a data structure[1][2], or an abstract data type (ADT) whose instances are collections of other objects. In other… … Wikipedia
Stack (data structure) — In computer science, a stack is an abstract data type and data structure based on the principle of Last In First Out (LIFO) . Stacks are used extensively at every level of a modern computer system. For example, a modern PC uses stacks at the… … Wikipedia
Data type — For other uses, see Data type (disambiguation). In computer programming, a data type is a classification identifying one of various types of data, such as floating point, integer, or Boolean, that determines the possible values for that type; the … Wikipedia
List of terms relating to algorithms and data structures — The [http://www.nist.gov/dads/ NIST Dictionary of Algorithms and Data Structures] is a reference work maintained by the U.S. National Institute of Standards and Technology. It defines a large number of terms relating to algorithms and data… … Wikipedia
Data General Nova — System Data General Nova 1200 front panel … Wikipedia
Recursive descent parser — A recursive descent parser is a top down parser built from a set of mutually recursive procedures (or a non recursive equivalent) where each such procedure usually implements one of the production rules of the grammar. Thus the structure of the… … Wikipedia
Algebraic data type — In computer programming, particularly functional programming and type theory, an algebraic data type (sometimes also called a variant type[1]) is a datatype each of whose values is data from other datatypes wrapped in one of the constructors of… … Wikipedia
Array data type — Not to be confused with Array data structure. In computer science, an array type is a data type that is meant to describe a collection of elements (values or variables), each selected by one or more indices that can be computed at run time by the … Wikipedia
Composite data type — In computer science, a composite data type is any data type which can be constructed in a program using its programming language s primitive data types and other composite types. The act of constructing a composite type is known as composition.… … Wikipedia